< Prev(J) / Next(K) > / View :

Filename: /text/scalc/guide/formulas.xhp

(bookmark: bm_id3155411)
formulas;calculating with
calculating; with formulas
examples;formula calculation

数式;数式による計算
計算; 数式による計算
例;数式の計算

(variable: formulas)Calculating With Formulas
(variable: formulas) 数式を使って計算する (hd_id3155411.20)

All formulas begin with an equals sign. The formulas can contain numbers, text, arithmetic operators, logic operators, or functions.
すべての数式は等号で始まります。 数式には、数字、テキスト、算術演算子、論理演算子、または関数を指定できます。(par_id3156281.21)

Tip Icon ヒント Remember that the basic arithmetic operators (+, -, *, /) can be used in formulas using the "Multiplication and Division before Addition and Subtraction" rule. Instead of writing =SUM(A1:B1) you can write =A1+B1.
基本的な算術演算子 (+、-、*、/) を数式で使うときには、「乗算と除算は加算と減算よりも前に処理される」規則が適用されます。 =SUM(A1:B1) と表記する代わりに、=A1+B1 と表記することもできます。(par_id3145272.39)

Tip Icon ヒント Parentheses can also be used. The result of the formula =(1+2)*3 produces a different result than =1+2*3.
数式内にかっこを使うこともできます。つまり、数式 =(1+2)*3 と =1+2*3 とでは計算結果が異なります。(par_id3146119.42)

Here are a few examples of Office Calc formulas:
次に Office Calc 数式の例をあげます。(par_id3156285.23)

=A1+10
=A1+10(par_id3154015.24)

Displays the contents of cell A1 plus 10.
A1 の値に 10 を足す。(par_id3146972.25)

=A1*16%
=A1*16%(par_id3145643.45)

Displays 16% of the contents of A1.
A1 の値の 16 パーセント。(par_id3154255.46)

=A1 * A2
=A1 * A2(par_id3146917.47)

Displays the result of the multiplication of A1 and A2.
A1 の値に A2 の値をかける。(par_id3146315.48)

=ROUND(A1;1)
=ROUND(A1;1)(par_id3154022.26)

Displays the contents of cell A1 rounded to one decimal place.
小数第 1 位に四捨五入されたセル A1 の内容を表示します。(par_id3150363.27)

=EFFECTIVE(5%;12)
=EFFECTIVE(5%;12)(par_id3150209.28)

Calculates the effective interest for 5% annual nominal interest with 12 payments a year.
利息 5% で12回支払った場合の実行年利率を計算する。(par_id3150883.29)

=B8-SUM(B10:B14)
=B8-SUM(B10:B14)(par_id3146114.33)

Calculates B8 minus the sum of the cells B10 to B14.
B10 から B14 までの合計値を B8 の値から引く。(par_id3154486.34)

=SUM(B8;SUM(B10:B14))
=SUM(B8;SUM(B10:B14))(par_id3152890.35)

Calculates the sum of cells B10 to B14 and adds the value to B8.
B10 から B14 までの合計値を B8 の値に足す。(par_id3159171.36)


It is also possible to nest functions in formulas, as shown in the example. You can also nest functions within functions. The Function Wizard assists you with nested functions.
例のように、数式には関数を入れ子にすることもできます。また、関数内に関数を入れ子にすることもできます。関数ウィザードを使うと、関数を簡単に入れ子にすることができます。(par_id3150109.30)

(embed text/scalc/guide/formula_enter.xhp#formula_enter : linkinfo)

Entering Formulas
数式を入力する(hd_id3150868.9)

(/embed text/scalc/guide/formula_enter.xhp#formula_enter)

Functions list
関数リスト(par_id3150213.44)

Function Wizard
関数ウィザード(par_id3152869.43)


< Prev / Next >